Changes between Version 16 and Version 17 of Internal/Rbac/OrbitRbacDesign/DesignByWiki
- Timestamp:
- Oct 10, 2006, 8:34:23 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/Rbac/OrbitRbacDesign/DesignByWiki
v16 v17 1 1 [[TOC(Internal/Rbac, Internal/Rbac/OrbitRbacLevels, Internal/Rbac/OrbitRbacDesign, Internal/Rbac/OrbitRbacDesign/ThreatAnalysis, Internal/Rbac/OrbitRbacDesign/ResourcesRoles, Internal/Rbac/OrbitRbacDesign/ImplementationResearch, Internal/Rbac/OrbitRbacDesign/AuditingTools, Internal/Rbac/OrbitRbacDesign/ConsistencyChecking, Internal/Rbac/OrbitRbacDesign/NistRbacSoftware, Internal/Rbac/OrbitRbacDesign/SolarisRbac, Internal/Rbac/OrbitRbacDesign/OasisRbac, Internal/Rbac/OrbitRbacDesign/xoRbac, Internal/Rbac/OrbitRbacDesign/DesignByWiki, Internal/Rbac/OrbitRbacDesign/OpenIssues, Internal/Rbac/OrbitRbacDesign/WorkToDo, Internal/Rbac/LdapResources, Internal/Rbac/RbacResources)]] 2 2 ==== Designing Using Wiki ==== 3 Wiki pages like these constitute documentation of a work in progress. In the early stages, the wiki pages may well constitute all the work of a project. Although it is relatively easy to enter text and create links in a wiki, the first barrier in using one for a large project is determining how to structure the wiki pages to hold the work, i.e., breaking the on-going work into screen size chunks. Structure matters because wiki page references and links encode the path to them.3 Wiki pages like these constitute documentation of a work in progress. In the early stages, the wiki pages may well constitute all the work of a project. Although it is relatively easy to enter text and create links in a wiki, the first barrier in using one for a large project is determining how to structure the wiki pages to hold the work, i.e., breaking the on-going work into screen size chunks. Structure matters because wiki page references and links to attached documents encode the path to them. 4 4 5 5 In the initial research phase, it is useful to build up a list of references within which one can click to go to an associated pdf. These references could later be used in bibliographies of reports or papers written about the project. Wikis do not have the equivalent of BibTeX or Endnote. Using LaTeX and BibTeX and converting the .bbl intermediate file to a list of wiki references may be done with a Perl program bbl2wiki.pl in /home/hedinger/rbacrefs. The mkltx.sh shell script there will automatically open the wiki file with Kwrite with an encoding of utf8 to allow lines including Unicode characters to be cut from it and pasted into Trac wiki pages (that use utf8 coding internally).