Changes between Version 8 and Version 9 of WikiStart


Ignore:
Timestamp:
Apr 25, 2007 3:13:49 AM (17 years ago)
Author:
quinn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v8 v9  
    88 * All while providing a very flexible application infrastructure. The Codebase can provide services for nearly any design pattern.
    99
    10 The Codebase, by itself, does not provide any significant end user functionality; it provides a base for other applications and tools for developers. We at Strangecode have developed and used ''The Codebase'' with all our website projects. It has evolved greatly over the past 3 years, undergoing several complete rewrites. The version 2 branch is newly launched and begins a very formal schedule of bug-fixes and releases.
     10The Codebase, by itself, does not provide any significant end user functionality; it provides a base for other applications and tools for developers. We at Strangecode have developed and used ''The Codebase'' with all our website projects. It has evolved greatly over the past 3 years, undergoing several complete rewrites. The version 2 branch begins a formal schedule of bug-fixes and releases.
    1111
    1212This website is our management site for reporting codebase-related issues, scheduling releases, browsing source revisions, and providing documentation.
    1313
    1414== Obtaining the Codebase ==
    15 The codebase is currently only available via Subversion over ssh. Which means you need a unix account on our dev server.
     15The codebase is currently only available via [http://subversion.tigris.org/project_packages.html Subversion]. (If you will be submitting changes to code you download swap `checkout` for `export` in the following commands.)
    1616
    1717'''Development branch (source:trunk)'''
    1818{{{
    19 svn co https://svn.strangecode.com/codebase/trunk
     19svn export https://svn.strangecode.com/codebase/trunk codebase
    2020}}}
    2121'''Latest stable release (source:tags/2.1.1)'''
    2222{{{
    23 svn co https://svn.strangecode.com/codebase/tags/2.1.1
     23svn export https://svn.strangecode.com/codebase/tags/2.1.1 codebase
    2424}}}
    2525'''Legacy development branch for sites requiring the version 1 framework (source:branches/1.1dev)'''
    2626{{{
    27 svn co https://svn.strangecode.com/codebase/branches/1.1dev
     27svn export https://svn.strangecode.com/codebase/branches/1.1dev codebase
    2828}}}
    2929
    3030== Installation ==
    31 No documentation currently available. Mua ha ha ha ha!
     31No documentation currently available. Mua ha ha ha!