{section: DRAFT Welcome to the Condor Flightworthy Development Wiki}
 
-This wiki contains *public* information related to the building and maintenance of the Condor source base. _This information may eventually be visible to the general public._
-
 <html>
 <table>
 <tr>
 <td valign="top">
 </html>
 
-*People who maintain and author Condor*:
+*All Developers*
 
-*: {wiki:DeveloperHomePages Developer Home Pages}
+*: {wiki: DeveloperReleasePlan Tickets targeted for the next release}
+*: {link: http://www.cs.wisc.edu/condor/overview/ Non-technical overview}
+*: {link: http://www.cs.wisc.edu/condor/developers/overview.html Technical overview}
+*: {wiki: CondorMailingLists Condor Mailing Lists}
+*: {wiki: DevTutorials Developer Tutorials}
+*: {wiki: PortingCondorInfo Porting Condor Info (put into tutorial)}
+*: {wiki: CreatingPersonalCondor Creating a Personal Condor (put into tutorial)}
+*: {wiki: CreatingNewDaemons Creating a new daemon (put into tutorial)}
+*: {wiki: AuthoringSuccessfulPatch Authoring a Successful Patch}
+*: {wiki: ManualEntryGuidelines Manual Entry Guidelines}
+*: {wiki: ManualIndexEntries Manual Index Entries How To}
+*: {wiki: TestAddHowto All about the test suite }
 
-*Really Important Stuff*:
+*Core Developers @ UW-Madison*
 
-*: DraftWikiHomePage
+*: {wiki: GitWorkFlow Git Work Flow}
+*: {wiki: PerformingCodeReviews Performing Code Reviews}
 *: {link: http://nmi-s006.cs.wisc.edu/results/Run-condor.php Nightly build results} ({link: http://www.cs.wisc.edu/condor/developers/testsuite/buildandtestblog.html Built-Test Blog})
-*: {wiki: DeveloperReleasePlan Tickets targeted for the next release}
 *: {link: http://bonsai.cs.wisc.edu/gitweb/gitweb.cgi GitWeb} (and deprecated {link: http://bonsai.cs.wisc.edu/bonsai/cvsqueryform.cgi Bonsai})
 *: {link: http://www.cs.wisc.edu/condor/developers/download_stats/downloads.html Download Analysis}
 *: {link: http://tonic.cs.wisc.edu:5467 Coverity-found bugs}
-*: {wiki: GitPushChecklist Checklist: git push}
-
-*Building and Testing Condor*:
-
 *: {wiki: BuildingCondorOnUnix Building Condor on Unix} _(NEEDS UPDATING)_
 *: {wiki: BuildingCondorOnWindows Building Condor on Windows}
 *: {wiki: TestingCondorOnWindows Testing Condor on Windows}
 *: {wiki: NmiBuild Building Condor on NMI}
 *: {wiki: NmiBuildOlderRelease Building an Older Release in NMI}
+*: {wiki: ReleasePunchList Release Punch-List}
+*: {wiki: GitWisdom Git Wisdom}
+*: ReportWritingTips
+*: *Git Trac*
+*:: {wiki: GitTracAccounts Creating GitTrac Accounts}
+*:: {wiki: RepositoryBackups Repository Backups}
+*:: FrequentlyAskedQuestions
+*:: CvstracDocumentation
+*:: WikiDocumentation
+*:: CreatingNewWiki
 
-*Information for New Members*:
-
-*: {link: http://www.cs.wisc.edu/condor/overview/ Non-technical overview}
-*: {link: http://www.cs.wisc.edu/condor/developers/overview.html Technical overview}
-*: {wiki: PortingCondorInfo Porting Condor Info}
-*: {wiki: CreatingPersonalCondor Creating a Personal Condor}
-*: {wiki: EmacsSettingsForCondorCodingStyle Emacs Settings For Condor Coding Style}
-
-*Development proposals*:
+*Development proposals*
 _:Please ensure proposals are associated with tickets, and vice versa.
 
 *: Ongoing
@@ -46,26 +53,22 @@
 *:: {wiki: SubmitRequirements Submit Requirements }
 *: {wiki: DeferredDevelopmentProposals Deferred }
 *: {wiki: ResolvedDevelopmentProposals Resolved }
-
 *: {wiki: DevelopersEnhancements 7.3 series enhancements}
 
-
 <html>
 </td>
 <td valign="top">
 </html>
 
+*Administrators*
+*: {wiki: HowToAdminRecipes Administrator HOWTO Recipes}
+
 *Wisdom*
 
-*: {wiki: ReleasePunchList Release Punch-List}
-*: {wiki: GitTracAccounts Creating GitTrac Accounts}
-*: {wiki: GitWisdom Git Wisdom}
-*: {wiki: RepositoryBackups Repository Backups}
 *: {wiki: MemoryProfiling Profiling Memory Usage}
 *: {wiki: ExecutionProfiling Profiling Code Execution}
 *: SyscallMode (Feb. 1999)
 *: JavaUniverse (Dec. 2001)
-*: {wiki: CreatingNewDaemons Creating a new daemon} (Feb. 2002)
 *: {wiki: MpiWisdom MPI Wisdom} (July 2002)
 *: {wiki: CodingGuidelinesAndRulesForImake Coding Guidlines/Rules when using Imake in the Condor build system} (May 2004)
 *: {link: http://www.cs.wisc.edu/condor/developers/ports.html Ports and Where They Work}
@@ -74,30 +77,15 @@
 *: {wiki: AddingNewExternalPackage Adding a new external package}
 *: {wiki: CondorErrorDataStructure CondorError data structure} (Jan 2006)
 *: {wiki: AutoclustingAndSignificantAttributes Autoclustering and SIGNIFICANT_ATTRIBUTES} (Jan 2006)
-*: {wiki: PerformingCodeReviews Performing Code Reviews}
 *: {wiki: StorkWisdom Stork } (June 2006)
 *: {wiki: DebuggingSmashedStacks Debugging Smashed Stacks} (Aug 2006)
 *: {wiki: WindowsDebugging Windows Debugging}
 *: {link: http://www.ibiblio.org/gferg/ldp/GCC-Inline-Assembly-HOWTO.html GCC Inline Assembly Tutorial}
 *: {wiki: WisdomGsiSetup HOWTO quickly setup GSI Security for testing}
+*: {wiki: EmacsSettingsForCondorCodingStyle Emacs Settings For Condor Coding Style}
 
-*Manuals and Other Documentation*
-
-*: {wiki: ManualEntryGuidelines Manual Entry Guidelines}
-*: {wiki: ManualIndexEntries Manual Index Entries How To}
-*: {wiki: HowToAdminRecipes Administrator HOWTO Recipes}
-
-*Condor Testsuite Info*
-
-*: {wiki: TestAddHowto All about the test suite }
-
-*Links related to CVSTrac and Interacting with it*:
-
-*: ReportWritingTips
-*: FrequentlyAskedQuestions
-*: CvstracDocumentation
-*: WikiDocumentation
-*: CreatingNewWiki
+*People who maintain and author Condor*
+*: {wiki:DeveloperHomePages Developer Home Pages}
 
 <html>
 </td>