You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+28-4Lines changed: 28 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,20 @@ Requirements
16
16
------------
17
17
18
18
* PHP (e.g., LAMP, XAMPP, MAMP, etc.)
19
-
* The /tmp/ must be writable by PHP (`chmod 0777 /tmp/` works well)
20
19
21
-
Usage
22
-
-----
20
+
Usage and installation
21
+
----------------------
23
22
24
-
Load index.php in your favorite HTML5 web browser
23
+
1. Clone or extract the project into your web server's `htdocs` or `public_html` folder
24
+
2. Copy `config/config.sample.php` to `config/config.php`
25
+
2. Navigate to the project's folder in your favorite HTML5 web browser (e.g., `http://localhost/dgs/`)
26
+
27
+
Usage as a service
28
+
------------------
29
+
30
+
1. Complete step 1 above
31
+
2. POST data directly to the `index.php` file using any language or script of your choice
32
+
3. Recieve a zip file containing the generated content
25
33
26
34
How it Works
27
35
------------
@@ -37,6 +45,22 @@ Contributing
37
45
38
46
Federal employees and members of the public are encouraged to contribue to the project by forking and submitting a pull request. All code must be licensed to the public under GPLv2 or later.
39
47
48
+
Changelog
49
+
---------
50
+
51
+
### 1.0 ###
52
+
* Initial Release
53
+
54
+
### 1.1 ###
55
+
* Better PHP 5.4 compatability (removed calltime pass by reference)
56
+
* Added option to write generated file to web server for easier programatic access (props [Bill Severe](https://github.com/bsevere))
57
+
* Uses PHP's default temporary directory, rather than the `tmp/` folder within the project to generate files, simplifying installation and improving portability (props [Bill Severe](https://github.com/bsevere))
58
+
* Moved configuration to separate file to simplifying customization
59
+
* Better sorting of agencies and action items in datafiles and in the generator (props [Bill Severe](https://github.com/bsevere))
60
+
* Abilitity to bypass GitHub service and local cache to force generation of fresh datafiles
61
+
* Clarified requirements, installation instructions, and usage as a service
62
+
* Corrected typos in readme (props [Bill Severe](https://github.com/bsevere))
0 commit comments