Changeset 289 for README.wiki


Ignore:
Timestamp:
11/05/16 17:47:22 (7 years ago)
Author:
tim
Message:

migration to code.blindspotsecurity.com

File:
1 moved

Legend:

Unmodified
Added
Removed
  • README.wiki

    r288 r289  
    1 # What is this?
     1<h2>What is this?</h2>
     2<p>
     3The RegLookup project is devoted to direct analysis of Windows NT-based registry files. RegLookup is released under the GNU GPL, and is implemented in ANSI C. RegLookup provides command line tools, a C API, and a Python module for accessing registry data structures. The project has a focus on providing tools for digital forensic examiners (though is useful for many purposes), and includes algorithms for retrieving deleted data structures from registry hives.
     4</p>
    25
    3 The RegLookup project is devoted to direct analysis of Windows NT-based registry files. RegLookup is released under the GNU GPL, and is implemented in ANSI C. RegLookup provides command line tools, a C API, and a Python module for accessing registry data structures. The project has a focus on providing tools for digital forensic examiners (though is useful for many purposes), and includes algorithms for retrieving deleted data structures from registry hives.
     6<h2>Where do I learn more?</h2>
     7<p>
     8See the <a href="http://projects.sentinelchicken.org/reglookup/">main project site</a>.  You'll find official releases there and more documentation.
     9</p>
    410
    5 # Where do I learn more?
     11<h2> What if I have trouble? </h2>
     12<p>
     13Ask for help on the <a href="http://projects.sentinelchicken.org/reglookup/mailing-list">development mailing list</a> or <a href="https://code.blindspotsecurity.com/trac/reglookup/newticket">submit a ticket</a>.
     14</p>
    615
    7 See the [main project site](http://projects.sentinelchicken.org/reglookup/).  You'll find official releases there and more documentation.
     16<h2> Is this project maintained anymore? </h2>
     17<p>
     18RegLookup is largely feature-complete for what we wanted to accomplish.  So the releases are infrequent (typically only when bugs crop up), but the project is still maintained.
     19</p>
    820
    9 
    10 # What if I have trouble?
    11 
    12 Ask for help on the [development mailing list](http://projects.sentinelchicken.org/reglookup/mailing-list) or submit an issue here on GitHub.
    13 
    14 
    15 # Is this project maintained anymore?
    16 
    17 RegLookup is largely feature-complete for what we wanted to accomplish.  So the releases are infrequent (typically only when bugs crop up), but the project is still maintained.
    18 
    19 
    20 # How do I contribute?
    21 
    22 We love contributions.  However, for now this GitHub mirror is just that, a static mirror, so please don't submit pull requests.  Just send us a patch on the development mailing list.
     21<h2> How do I contribute? </h2>
     22<p>
     23We love contributions.  To submit a patch, please check out the trunk, apply your changes and run "<code>svn diff</code>".  Save the resulting diff and attach it to a ticket.
     24</p>
Note: See TracChangeset for help on using the changeset viewer.