allura
修訂 | 1a794197b182a77602d67cdd9f47195c2ea182f3 (tree) |
---|---|
時間 | 2012-03-30 21:49:32 |
作者 | Cory Johns <johnsca@geek...> |
Commiter | Yaroslav Luzin |
[#3943] Removed references to beta, allura, and changed migrate to update
Signed-off-by: Cory Johns <johnsca@geek.net>
@@ -174,7 +174,7 @@ class NeighborhoodController(object): | ||
174 | 174 | if tools and not neighborhood.project_template: |
175 | 175 | for i, tool in enumerate(tools): |
176 | 176 | c.project.install_app(tool, ordinal=i+offset) |
177 | - flash('Welcome to the SourceForge Beta System! ' | |
177 | + flash('Welcome to the SourceForge Project System! ' | |
178 | 178 | 'To get started, fill out some information about your project.') |
179 | 179 | redirect(c.project.script_name + 'admin/overview') |
180 | 180 |
@@ -10,7 +10,7 @@ | ||
10 | 10 | {% block header %}Project Admin{% endblock %} |
11 | 11 | |
12 | 12 | {% block content %} |
13 | - <p>SourceForge beta projects come with a number of Tools, which can be configured and adjusted to your needs.</p> | |
13 | + <p>SourceForge projects come with a number of Tools, which can be configured and adjusted to your needs.</p> | |
14 | 14 | |
15 | 15 | <div class="grid-2"> |
16 | 16 | <img src="{{g.forge_static('images/project_default.png')}}" alt=""> |
@@ -113,7 +113,7 @@ | ||
113 | 113 | <h1>Markdown Syntax Guide</h1> |
114 | 114 | |
115 | 115 | <div class="markdown_syntax_section md_ex_toc{{id}}"> |
116 | -<p>The Allura code uses markdown syntax everywhere to allow you to create rich<br>text markup, and extends markdown in several ways to allow for quick linking<br>to other artifacts in your project. </p> | |
116 | +<p>SourceForge uses markdown syntax everywhere to allow you to create rich<br>text markup, and extends markdown in several ways to allow for quick linking<br>to other artifacts in your project. </p> | |
117 | 117 | <p>Markdown was created to be easy to read, easy to write, and still readable in plain text format.</p> |
118 | 118 | |
119 | 119 | <ul class="markdown_syntax_toc"> |