-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (28 loc) · 1.27 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Phorum development tools
----------------------------------------------------------------------
This repository holds tools that are useful to Phorum coders.
* build_phorum_module
This tool prepares a Phorum module for distribution. It reads
the info from the info.txt file and uses that for building
the distribution packages (in zip and tar.gz format).
Documentation files for the module (README, INSTALL, UPGRADE,
COPYING, AUTHORS, NEWS, ChangeLog, Changelog, info.txt) can
contain some special tags that area replaced with real
data by the build_phorum_module tool:
@VERSION@ version from info.txt
@MODULE_ID@ the module name as used at the filesystem level
(mods/<id>/<id>.php)
@PACKAGE@ the same as @MODULE_ID@-@VERSION@
@TITLE@ the title from info.txt
@DESCRIPTION@ the description from info.txt, word wrapped at 72 chars,
stripped HTML tags
* clone_all_repositories
A tool to create a git clone of all git.com Phorum repositories
in a local directory. Repositories for which the target directory
already exists, are skipped during processing.
System requirements for using the tools (the names that were used
are Ubuntu package names):
* php5-cli
* php5-curl
* zip
* git