aboutsummaryrefslogtreecommitdiffstats
path: root/util/add_addon_repo
Commit message (Collapse)AuthorAgeFilesLines
* address globbing issue in #1170Mario Vavti2018-05-211-1/+3
|
* replace disable globbing switchroot2018-05-121-1/+1
|
* shebang portableroot2018-05-121-1/+1
|
* remove insecure repository warning.redmatrix2016-08-181-10/+10
|
* SECURITY: Do not link unknown and unverified code repositories to the ↵redmatrix2016-04-041-2/+12
| | | | project without some form of confirmation that one accepts the significant risks involved.
* change sh to bash in shebang to make scripts workzottel2015-07-151-1/+1
|
* should be -nefriendica2015-03-051-1/+2
|
* provide ability to link new themes/addonsfriendica2015-02-231-4/+5
|
* minor issues with arg passingfriendica2015-02-201-2/+2
|
* update the install doc for addons - the procedure is a bit different now ↵friendica2015-02-191-0/+1
| | | | (although it shouldn't break anything on existing sites.)
* Scripts to add external theme and addon repositories.friendica2015-02-191-0/+36
Example: util/add_theme_repo https://github.com/deadsuperhero/redmatrix-themes deadsuperhero The final argument is a nickname on this system. The repository will be placed under extend/theme/deadsuperhero and the themes from that repository linked to your redmatrix theme directory. You can do the same with addons. We'll have to come up with some "pull" scripts to keep updated but the clever folks will already know how to do this.