-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from KarelWintersky/Version_2
Version 2
- Loading branch information
Showing
24 changed files
with
1,108 additions
and
1,167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,17 @@ | ||
.idea | ||
# exclude git | ||
.git | ||
.localfiles | ||
sources/config.db.ini | ||
sources/config.sitemap+db.ini | ||
tests/make_db_seed.ini | ||
production/config.sitemap+db.ini | ||
|
||
# exclude IDE files | ||
.idea | ||
|
||
# exclude temporary development files | ||
_todo/* | ||
|
||
# exclude build temporary files | ||
debian/kwsitemapgenerator/* | ||
|
||
# exclude environment-depend config | ||
sources/*.ini | ||
_temp/* | ||
production/*.ini | ||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
kwsitemapgenerator (2.0.3) stable; urgency=medium | ||
|
||
* complete build system | ||
|
||
-- Karel Wintersky <[email protected]> Tue, 01 Oct 2019 17:39:09 +0300 | ||
|
||
kwsitemapgenerator (2.0.2) stable; urgency=medium | ||
|
||
* added changelog file | ||
|
||
-- Karel Wintersky <[email protected]> Tue, 01 Oct 2019 16:26:39 +0300 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Source: kwsitemapgenerator | ||
Section: unknown | ||
Priority: optional | ||
Maintainer: Karel Wintersky <[email protected]> | ||
Build-Depends: debhelper (>= 9) | ||
Standards-Version: 3.9.8 | ||
Vcs-Git: https://github.com/KarelWintersky/kwTools.SitemapGenerator | ||
|
||
Package: kwsitemapgenerator | ||
Architecture: all | ||
Depends: php-cli, php-common, php-curl, php-fpm, php-json, php-mbstring, php-mysql, php-mysqli, php-pdo, php-xml, php-zip, composer | ||
Description: kwTools SitemapGenerator | ||
kwTools SitemapGenerator |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/usr/bin/make -f | ||
# See debhelper(7) (uncomment to enable) | ||
# output every command that modifies files on the build system. | ||
#export DH_VERBOSE = 1 | ||
|
||
# see FEATURE AREAS in dpkg-buildflags(1) | ||
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all | ||
|
||
# see ENVIRONMENT in dpkg-buildflags(1) | ||
# package maintainers to append CFLAGS | ||
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic | ||
# package maintainers to append LDFLAGS | ||
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed | ||
|
||
%: | ||
dh $@ | ||
|
||
override_dh_auto_install: | ||
$(MAKE) install DESTDIR=$(CURDIR)/debian/kwsitemapgenerator | ||
|
||
override_dh_auto_build: | ||
|
||
override_dh_usrlocal: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (native) |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
production/data.staticpages.txt → docs/example/data.staticpages.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
/ | ||
about/ | ||
search/ | ||
terms/ |
Oops, something went wrong.