You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ba...@apache.org on 2005/10/16 05:19:04 UTC

svn commit: r322440 - in /incubator/roller/trunk: docs/userguide/old/roller-ug-0.9.6.html docs/userguide/old/roller-ug.html docs/userguide/userguide.wiki web/WEB-INF/classes/popupcomments.vm web/theme/footer.jsp

Author: bayard
Date: Sat Oct 15 20:18:59 2005
New Revision: 322440

URL: http://svn.apache.org/viewcvs?rev=322440&view=rev
Log:
removed 'Dashboard.jspa' from Jira urls because it causes the Jira site to load with broken CSS. Going to the directory auto-redirects to the correct place

Modified:
    incubator/roller/trunk/docs/userguide/old/roller-ug-0.9.6.html
    incubator/roller/trunk/docs/userguide/old/roller-ug.html
    incubator/roller/trunk/docs/userguide/userguide.wiki
    incubator/roller/trunk/web/WEB-INF/classes/popupcomments.vm
    incubator/roller/trunk/web/theme/footer.jsp

Modified: incubator/roller/trunk/docs/userguide/old/roller-ug-0.9.6.html
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/docs/userguide/old/roller-ug-0.9.6.html?rev=322440&r1=322439&r2=322440&view=diff
==============================================================================
--- incubator/roller/trunk/docs/userguide/old/roller-ug-0.9.6.html (original)
+++ incubator/roller/trunk/docs/userguide/old/roller-ug-0.9.6.html Sat Oct 15 20:18:59 2005
@@ -112,7 +112,7 @@
 pre-release software such as this, use at your own risk.  If you find a flaw,
 a bug, or something that you do not like please contribute back to the Roller
 project be reporting that bug to the Roller development team's <a
- href="http://opensource.atlassian.com/projects/roller/Dashboard.jspa">JIRA
+ href="http://opensource.atlassian.com/projects/roller/">JIRA
 issue tracking system</a>.</p>
 <h2><a name="getting_started"></a>Getting Started</h2>
 <h3>Signing up for a new account</h3>

Modified: incubator/roller/trunk/docs/userguide/old/roller-ug.html
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/docs/userguide/old/roller-ug.html?rev=322440&r1=322439&r2=322440&view=diff
==============================================================================
--- incubator/roller/trunk/docs/userguide/old/roller-ug.html (original)
+++ incubator/roller/trunk/docs/userguide/old/roller-ug.html Sat Oct 15 20:18:59 2005
@@ -113,7 +113,7 @@
 pre-release software such as this, use at your own risk.  If you find a flaw,
 a bug, or something that you do not like please contribute back to the Roller
 project be reporting that bug to the Roller development team's <a
- href="http://opensource.atlassian.com/projects/roller/Dashboard.jspa">JIRA
+ href="http://opensource.atlassian.com/projects/roller/">JIRA
 issue tracking system</a>.</p>
 <h2><a name="getting_started"></a>Getting Started</h2>
 <h3>Signing up for a new account</h3>

Modified: incubator/roller/trunk/docs/userguide/userguide.wiki
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/docs/userguide/userguide.wiki?rev=322440&r1=322439&r2=322440&view=diff
==============================================================================
--- incubator/roller/trunk/docs/userguide/userguide.wiki (original)
+++ incubator/roller/trunk/docs/userguide/userguide.wiki Sat Oct 15 20:18:59 2005
@@ -57,7 +57,7 @@
 
 Roller is a Weblogger. Roller makes it easy for you to maintain a weblog, even if you are have little or no knowledge of HTML. All you have to do is go to a web site that is running the Roller software, sign up for an account and bam you have a weblog. You can start posting right away. You will need to know a little about HTML if you want to kick it up a notch by customizing the layout of your Weblog and adding new pages to your Weblog website. More on that later.
 
-Please note that Roller is currently beta quality code not necessarily ready for prime time there are probably a number of design flaws and an even larger number of bugs. As always with software of all sorts, and especially pre-release software such as this, use at your own risk.  If you find a flaw, a bug, or something that you do not like please contribute back to the Roller project be reporting that bug to the Roller development team's [JIRA issue tracking system|http://opensource.atlassian.com/projects/roller/Dashboard.jspa].
+Please note that Roller is currently beta quality code not necessarily ready for prime time there are probably a number of design flaws and an even larger number of bugs. As always with software of all sorts, and especially pre-release software such as this, use at your own risk.  If you find a flaw, a bug, or something that you do not like please contribute back to the Roller project be reporting that bug to the Roller development team's [JIRA issue tracking system|http://opensource.atlassian.com/projects/roller/].
 
 
 

Modified: incubator/roller/trunk/web/WEB-INF/classes/popupcomments.vm
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/WEB-INF/classes/popupcomments.vm?rev=322440&r1=322439&r2=322440&view=diff
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/classes/popupcomments.vm (original)
+++ incubator/roller/trunk/web/WEB-INF/classes/popupcomments.vm Sat Oct 15 20:18:59 2005
@@ -57,7 +57,7 @@
 </div>
 
 <div id="footer">       
-<a href="http://opensource.atlassian.com/projects/roller/Dashboard.jspa">
+<a href="http://opensource.atlassian.com/projects/roller/">
    <fmt:message key="footer.reportIssue" /></a> | 
 <a href="http://www.rollerweblogger.org/wiki/Wiki.jsp?page=UserGuide">
    <fmt:message key="footer.userGuide" /></a> | 
@@ -68,4 +68,4 @@
 </div>      
 </div>  
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: incubator/roller/trunk/web/theme/footer.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/theme/footer.jsp?rev=322440&r1=322439&r2=322440&view=diff
==============================================================================
--- incubator/roller/trunk/web/theme/footer.jsp (original)
+++ incubator/roller/trunk/web/theme/footer.jsp Sat Oct 15 20:18:59 2005
@@ -4,7 +4,7 @@
 			<a href="http://www.rollerweblogger.org">
 				Powered by Roller Weblogger</a> | 
 				
-			<a href="http://opensource.atlassian.com/projects/roller/Dashboard.jspa">
+			<a href="http://opensource.atlassian.com/projects/roller/">
 				<fmt:message key="footer.reportIssue" /></a> | 
 				
 			<a href="http://www.rollerweblogger.org/wiki/Wiki.jsp?page=UserGuide">