Author: reinhard Date: 2007-04-11 15:08:51 -0500 (Wed, 11 Apr 2007) New Revision: 9496
Removed: trunk/www/web/_module_menu.php trunk/www/web/twiki/ Modified: trunk/www/web/developers/involve.php trunk/www/web/shared/_menu.php Log: Removed TWiki links from web page, at least as long as it's offline. Deleted: trunk/www/web/_module_menu.php =================================================================== --- trunk/www/web/_module_menu.php 2007-04-11 14:24:02 UTC (rev 9495) +++ trunk/www/web/_module_menu.php 2007-04-11 20:08:51 UTC (rev 9496) @@ -1,8 +0,0 @@ - <h3><a href="/twiki/" >Community Wiki</a></h3> - <ul> - <li><a href="/twiki/" >Wiki Home</a></li> - <li><a href="/cgi-bin/twiki/view/TWiki/TWikiRegistration">Registration</a></li> - <li><a href="/cgi-bin/twiki/view/TWiki/GoodStyle">Good Style Notes</a></li> - <li><a href="/cgi-bin/twiki/view/TWiki/TextFormattingRules">Text Formatting Rules</a></li> - <li><a href="/cgi-bin/twiki/view/TWiki/TextFormattingFAQ">Text Formatting FAQ</a></li> - </ul> Modified: trunk/www/web/developers/involve.php =================================================================== --- trunk/www/web/developers/involve.php 2007-04-11 14:24:02 UTC (rev 9495) +++ trunk/www/web/developers/involve.php 2007-04-11 20:08:51 UTC (rev 9496) @@ -95,10 +95,6 @@ plain text, Texinfo, Docbook, LaTex, or OpenOffice for documentation formats, and will willingly convert documentation from other formats. -<p>We also provide a <a href="http://www.gnuenterprise.org/twiki/">Community Wiki</a>, a place -for people like you to document their experiences with our tools in the -form of HOWTOs, Intro Guides, etc. Your contributions do not have to be large to be useful - a well-crafted, topic-specifc HOWTO can be a very valuable addition.</p> - <h2>Or even...</h2> <p>If nothing else, you could hang out in <a href="../community/irc.php">IRC</a> Modified: trunk/www/web/shared/_menu.php =================================================================== --- trunk/www/web/shared/_menu.php 2007-04-11 14:24:02 UTC (rev 9495) +++ trunk/www/web/shared/_menu.php 2007-04-11 20:08:51 UTC (rev 9496) @@ -3,15 +3,13 @@ <ul> <li><a href="<?php print "$BASEDIR"; ?>/project/news/" >Project News</a></li> -<!-- <li><a href="http://www.gnuenterprise.org/downloads/" >Downloads</a></li> --> <li><a href="<?php print "$BASEDIR"; ?>/downloads/" >Downloads</a></li> <li><a href="<?php print "$BASEDIR"; ?>/project/docs-all.php" >Documentation</a></li> <li><a href="<?php print "$BASEDIR"; ?>/gallery/screenshots.php" >Screenshots</a></li> <li><a href="<?php print "$BASEDIR"; ?>/community/bugs.php" >Bug Tracking</a></li> -<!-- <li><a href="<?php print "$BASEDIR"; ?>/project/media.php" >Media Resources</a></li> --> <li><a href="<?php print "$BASEDIR"; ?>/developers/involve.php" >Get Involved!</a></li> - <li><a href="http://www.gnuenterprise.org/twiki/" >Community Wiki</a></li> - <li><a href="<?php print "$BASEDIR"; ?>/developers/" >Developer's Corner</a></li> <li><a href="<?php print "$BASEDIR"; ?>/project/search.php" >Search</a></li> + <li><a href="<?php print "$BASEDIR"; ?>/developers/" >Developer's Corner</a></li> + <li><a href="<?php print "$BASEDIR"; ?>/project/search.php" >Search</a></li> </ul> <?php @include("_extra_menu.php") ?> _______________________________________________ commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
