repo
string
commit
string
message
string
diff
string
ekmett/tagged
15fcfe90c779efea951ecf4d451d709aed5f7d32
Finalize version 0.8.6.1
diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index c578e63..3c415bc 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,93 +1,93 @@ -0.8.6.1 [20yy.mm.dd] ------------------- +0.8.6.1 [2020.12.28] +-------------------- * Mark all modules as explicitly Safe or Trustworthy. 0.8.6 [2018.07.02] -----...
ekmett/tagged
8618af2c6b7efa9f21fb157114c2a52cd841b17d
Migrate from Travis CI to GitHub Actions
diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml new file mode 100644 index 0000000..1b54975 --- /dev/null +++ b/.github/workflows/haskell-ci.yml @@ -0,0 +1,198 @@ +# This GitHub workflow config has been generated by a script via +# +# haskell-ci 'github' '--config=cabal.haskell-ci' 'c...
ekmett/tagged
7f079d50feec35059d7a040588b576c9561e4ed2
Use -Winferred-safe-imports with GHC-9.0+ (#52)
diff --git a/tagged.cabal b/tagged.cabal index 616e23a..1521a80 100644 --- a/tagged.cabal +++ b/tagged.cabal @@ -1,87 +1,89 @@ name: tagged version: 0.8.6.1 license: BSD3 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett <ekmett@gmail.com> stability: ...
ekmett/tagged
896a49663b4c3d4af7906351381b1a20150eccce
Make Tagged explicitly safe (#51)
diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 0d85056..c578e63 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,89 +1,93 @@ +0.8.6.1 [20yy.mm.dd] +------------------ +* Mark all modules as explicitly Safe or Trustworthy. + 0.8.6 [2018.07.02] ------------------ * Make the `Read(1)` instance...
ekmett/tagged
5cc59cc2e994549ad24a1a4a1840d8b132ff3a59
Relax template-haskell upper bound (#50)
diff --git a/tagged.cabal b/tagged.cabal index 75fbb04..a6583e3 100644 --- a/tagged.cabal +++ b/tagged.cabal @@ -1,84 +1,84 @@ name: tagged version: 0.8.6 license: BSD3 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett <ekmett@gmail.com> stability: ...
ekmett/tagged
8aec7fc61dcd1ea60ea7ec9c63b66e67027f110e
Regenerate .travis.yml
diff --git a/.travis.yml b/.travis.yml index 879c5e7..6fb08d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,206 +1,171 @@ # This Travis job script has been generated by a script via # # haskell-ci '--output=.travis.yml' '--config=cabal.haskell-ci' 'cabal.project' # +# To regenerate the script (for example afte...
ekmett/tagged
4e4b1c2d9ee481d74607fa0581ed012811f24720
Travis: Don't test GHC HEAD
diff --git a/cabal.haskell-ci b/cabal.haskell-ci index 47b9610..85dd80c 100644 --- a/cabal.haskell-ci +++ b/cabal.haskell-ci @@ -1,5 +1,4 @@ -ghc-head: True no-tests-no-benchmarks: False unconstrained: False allow-failures: <7.3 irc-channels: irc.freenode.org#haskell-lens
ekmett/tagged
c82f6f39cfc7aeeda505e37b627de2528e984b93
Allow building with template-haskell-2.16.*
diff --git a/.travis.yml b/.travis.yml index 0f8cadd..879c5e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,175 +1,206 @@ # This Travis job script has been generated by a script via # # haskell-ci '--output=.travis.yml' '--config=cabal.haskell-ci' 'cabal.project' # # For more information, see https://github.c...
ekmett/tagged
d5f79a0d250304a5b990b937a73d25880471833d
Fully enable GHC 8.8.1 on Travis
diff --git a/.travis.yml b/.travis.yml index 5f9dd1e..0f8cadd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,176 +1,175 @@ # This Travis job script has been generated by a script via # # haskell-ci '--output=.travis.yml' '--config=cabal.haskell-ci' 'cabal.project' # # For more information, see https://github.c...
ekmett/tagged
2d7b2dea8f65f20629ae2c8e7470994dff017f60
Migrate HLint.hs to YAML
diff --git a/.hlint.yaml b/.hlint.yaml new file mode 100644 index 0000000..693283c --- /dev/null +++ b/.hlint.yaml @@ -0,0 +1,4 @@ +- arguments: [--cpp-define=HLINT, --cpp-ansi] + +- ignore: {name: Use camelCase} +- ignore: {name: Eta reduce} diff --git a/HLint.hs b/HLint.hs deleted file mode 100644 index 52eb49d..0000...
ekmett/tagged
050df77e1ab2580800c634fd6239a49e34b24c8b
Regenerate .travis.yml
diff --git a/.travis.yml b/.travis.yml index 98b5d7e..5f9dd1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,176 +1,176 @@ # This Travis job script has been generated by a script via # # haskell-ci '--output=.travis.yml' '--config=cabal.haskell-ci' 'cabal.project' # # For more information, see https://github.c...
ekmett/tagged
f2090bc620feda0a9658157b1b94453ee71616b0
Bump template-haskell bounds (#48)
diff --git a/.travis.yml b/.travis.yml index ccee2e9..98b5d7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,153 +1,176 @@ # This Travis job script has been generated by a script via # # haskell-ci '--output=.travis.yml' '--config=cabal.haskell-ci' 'cabal.project' # # For more information, see https://github.c...
ekmett/tagged
c07d447209ed2fc8dc0f933e843a5e0d4713f268
Regenerate .travis.yml
diff --git a/.travis.yml b/.travis.yml index 862a4cb..ccee2e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,158 +1,153 @@ # This Travis job script has been generated by a script via # -# runghc make_travis_yml_2.hs '-o' '.travis.yml' '--ghc-head' '--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-be...
ekmett/tagged
11970f44e0fbb29e2878e09f62566705ad626c86
Factor out haskell-ci configuration
diff --git a/.travis.yml b/.travis.yml index e9d7f06..862a4cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,158 +1,158 @@ # This Travis job script has been generated by a script via # # runghc make_travis_yml_2.hs '-o' '.travis.yml' '--ghc-head' '--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-be...
ekmett/tagged
fc0073d929241ff4607ce1bcaafc1e9585b27e68
Regenerate .travis.yml
diff --git a/.travis.yml b/.travis.yml index dd90e50..e9d7f06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,156 +1,158 @@ # This Travis job script has been generated by a script via # # runghc make_travis_yml_2.hs '-o' '.travis.yml' '--ghc-head' '--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-be...
ekmett/tagged
dfe192efd88dc921f7a093615798d28a8a4d6d6d
Regenerate .travis.yml
diff --git a/.travis.yml b/.travis.yml index 6f87663..dd90e50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,156 +1,156 @@ # This Travis job script has been generated by a script via # # runghc make_travis_yml_2.hs '-o' '.travis.yml' '--ghc-head' '--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-be...
ekmett/tagged
f237fc4138e3da0d5e896429dfa902b8ae1feba1
Regenerate .travis.yml
diff --git a/.travis.yml b/.travis.yml index 7f6e5b6..6f87663 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,157 +1,156 @@ # This Travis job script has been generated by a script via # # runghc make_travis_yml_2.hs '-o' '.travis.yml' '--ghc-head' '--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-be...
ekmett/tagged
5f6945a876779f5e9f59d9381088b9b789ce09b8
Travis: Fully enable GHC 8.6
diff --git a/.travis.yml b/.travis.yml index b93a207..7f6e5b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,158 +1,157 @@ # This Travis job script has been generated by a script via # -# runghc make_travis_yml_2.hs '-o' '.travis.yml' '--ghc-head' '--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-be...
ekmett/tagged
110f5e4fe50522938f87236bffeece5dd69d8557
Version 0.8.6
diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 268fe72..0d85056 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,89 +1,89 @@ -next [????.??.??] ------------------ +0.8.6 [2018.07.02] +------------------ * Make the `Read(1)` instances for `Proxy` ignore the precedence argument, mirroring si...
ekmett/tagged
f963cc361c7b14e1d8eac11bac7c6f041315d9f4
Add dist-newstyle/ to .gitignore
diff --git a/.gitignore b/.gitignore index cf135d9..2fd3fb8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,32 +1,33 @@ dist/ +dist-newstyle/ .hsenv/ docs wiki TAGS tags wip .DS_Store .*.swp .*.swo *.o *.hi *~ *# .stack-work/ cabal-dev *.chi *.chs.h *.dyn_o *.dyn_hi .hpc .hsenv .cabal-sandbox/ ca...
ekmett/tagged
5112246f13d3fa486111b6f7bccd137e607062da
Travis: GHC 8.6.1
diff --git a/.travis.yml b/.travis.yml index 25fb111..b93a207 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,152 +1,158 @@ # This Travis job script has been generated by a script via # -# runghc make_travis_yml_2.hs '-o' '.travis.yml' '--ghc-head' '--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-be...
ekmett/tagged
82d3aaa918bde596e6d03ac77e74a1d8f3fd38d6
Mention #41 and #43 in the CHANGELOG
diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 665207d..268fe72 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,80 +1,89 @@ +next [????.??.??] +----------------- +* Make the `Read(1)` instances for `Proxy` ignore the precedence argument, + mirroring similar changes to `base` + [here](http:/...
ekmett/tagged
c96e19b44e5ea5ee96574aa7e449297cd82d9fd4
Check for GHCJS with impl
diff --git a/tagged.cabal b/tagged.cabal index f83740d..b72e6d4 100644 --- a/tagged.cabal +++ b/tagged.cabal @@ -1,81 +1,81 @@ name: tagged version: 0.8.5 license: BSD3 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett <ekmett@gmail.com> stability: ...
ekmett/tagged
a50db84e4fbcb7d2f62f744ea687cf6827b2d27a
Allow template-haskell-2.14
diff --git a/tagged.cabal b/tagged.cabal index 98d8ac6..f83740d 100644 --- a/tagged.cabal +++ b/tagged.cabal @@ -1,81 +1,81 @@ name: tagged version: 0.8.5 license: BSD3 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett <ekmett@gmail.com> stability: ...
ekmett/tagged
5ebc938cea8013a8656be63ef7ee93e9870e8212
Use GHC 8.4.3 on Travis
diff --git a/.travis.yml b/.travis.yml index 3004d0c..25fb111 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,152 +1,152 @@ # This Travis job script has been generated by a script via # -# runghc make_travis_yml_2.hs '-o' '.travis.yml' '--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-bench' '--no-in...
ekmett/tagged
3e7eb3156a919fbfc607bbbc8e059c41cbdb7ae5
Fix build with GHC-7.8 (#44)
diff --git a/tagged.cabal b/tagged.cabal index 75068e0..c86d50a 100644 --- a/tagged.cabal +++ b/tagged.cabal @@ -1,77 +1,81 @@ name: tagged version: 0.8.5 license: BSD3 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett <ekmett@gmail.com> stability: ...
ekmett/tagged
52157b1da0ee9fbcd39dd8fb7922cac84d68cb6c
tidy up dependencies
diff --git a/tagged.cabal b/tagged.cabal index f40f619..75068e0 100644 --- a/tagged.cabal +++ b/tagged.cabal @@ -1,76 +1,77 @@ name: tagged version: 0.8.5 license: BSD3 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett <ekmett@gmail.com> stability: ...
ekmett/tagged
52526fae684c0fb7acbf3acc1b3d2bd626bd23cd
Use GHC 8.4.2 on Travis
diff --git a/.travis.yml b/.travis.yml index c7be4b6..3004d0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,152 +1,152 @@ # This Travis job script has been generated by a script via # # runghc make_travis_yml_2.hs '-o' '.travis.yml' '--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-bench' '--no-in...
ekmett/tagged
155a6af08a77acc5f6931483a201f8c5c3cd7e0f
Fully enable GHC 8.4.1 on Travis
diff --git a/.travis.yml b/.travis.yml index 854e4d0..c7be4b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,153 +1,152 @@ # This Travis job script has been generated by a script via # # runghc make_travis_yml_2.hs '-o' '.travis.yml' '--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-bench' '--no-in...
ekmett/tagged
d86a2109773bd79adecf78ed49f85316ff0ae2ad
Bumped upper version bound for template-haskell. (#42)
diff --git a/tagged.cabal b/tagged.cabal index 3870051..fbac1e9 100644 --- a/tagged.cabal +++ b/tagged.cabal @@ -1,76 +1,76 @@ name: tagged version: 0.8.5 license: BSD3 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett <ekmett@gmail.com> stability: ...
ekmett/tagged
d3628bb5b7f6403c84df5bd65f88d982cac9de9a
Upgrade multi-ghc-travis setup
diff --git a/.gitignore b/.gitignore index 680208e..cf135d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,32 @@ dist/ .hsenv/ docs wiki TAGS tags wip .DS_Store .*.swp .*.swo *.o *.hi *~ *# +.stack-work/ +cabal-dev +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.conf...
ekmett/tagged
2f40dfa9881e702a652cee0c4fd45ae23c80c4df
Use GHC 8.2.2 on Travis
diff --git a/.travis.yml b/.travis.yml index ecca9e9..d952dcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,145 +1,145 @@ # This file has been generated -- see https://github.com/hvr/multi-ghc-travis language: c sudo: false cache: directories: - $HOME/.cabsnap - $HOME/.cabal/packages - $HOME/...
ekmett/tagged
4528944419c8ad685d58ef8ef3bbc010af1a9a3a
Define logBase for Tagged in terms of base type's logBase (#41)
diff --git a/src/Data/Tagged.hs b/src/Data/Tagged.hs index a681e7c..edd247c 100644 --- a/src/Data/Tagged.hs +++ b/src/Data/Tagged.hs @@ -1,488 +1,488 @@ {-# LANGUAGE CPP #-} #ifdef LANGUAGE_DeriveDataTypeable {-# LANGUAGE DeriveDataTypeable #-} #endif #if __GLASGOW_HASKELL__ >= 706 {-# LANGUAGE PolyKinds #-} #en...
ekmett/tagged
1515a70884f1631624c81bcba3240ddf8cf77ece
Make the Read(1) instance for Proxy ignore precedence
diff --git a/old/Data/Proxy.hs b/old/Data/Proxy.hs index 3cce748..b6a4951 100644 --- a/old/Data/Proxy.hs +++ b/old/Data/Proxy.hs @@ -1,279 +1,279 @@ {-# LANGUAGE CPP #-} #ifdef LANGUAGE_DeriveDataTypeable {-# LANGUAGE DeriveDataTypeable #-} #endif #if __GLASGOW_HASKELL__ >= 706 {-# LANGUAGE KindSignatures #-} {-...
ekmett/tagged
f422376936c75c130d116f4cf9ecbebcd949fa6f
Add GHC 8.2.1 Travis build
diff --git a/.travis.yml b/.travis.yml index 007f4fa..ecca9e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,141 +1,145 @@ # This file has been generated -- see https://github.com/hvr/multi-ghc-travis language: c sudo: false cache: directories: - $HOME/.cabsnap - $HOME/.cabal/packages - $HOME/...
ekmett/tagged
298215be7d20177194dc3b1f39498b29ecd97814
Replace some __GLASGOW_HASKELL__s with MIN_VERSION_base
diff --git a/src/Data/Tagged.hs b/src/Data/Tagged.hs index 3a91f00..a681e7c 100644 --- a/src/Data/Tagged.hs +++ b/src/Data/Tagged.hs @@ -1,488 +1,488 @@ {-# LANGUAGE CPP #-} #ifdef LANGUAGE_DeriveDataTypeable {-# LANGUAGE DeriveDataTypeable #-} #endif #if __GLASGOW_HASKELL__ >= 706 {-# LANGUAGE PolyKinds #-} #en...
ekmett/tagged
c5dfa76e7d8f38f9c40102ebd41804cdb9ec2310
Allow template-haskell-2.12.0.0
diff --git a/tagged.cabal b/tagged.cabal index 6bb6676..8eb3849 100644 --- a/tagged.cabal +++ b/tagged.cabal @@ -1,67 +1,67 @@ name: tagged version: 0.8.5 license: BSD3 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett <ekmett@gmail.com> stability: ...
ekmett/tagged
93cd87830733ed641409a2a14776973e8be600cc
Delete unneeded GHC 7.10.1 hack in .travis.yml
diff --git a/.travis.yml b/.travis.yml index b671b8f..67cef36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,146 +1,141 @@ # This file has been generated -- see https://github.com/hvr/multi-ghc-travis language: c sudo: false cache: directories: - $HOME/.cabsnap - $HOME/.cabal/packages - $HOME/...
ekmett/tagged
3d36d00d6f33ac383b29a9a10a2373e5e9848420
Version 0.8.5
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..680208e --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +dist/ +.hsenv/ +docs +wiki +TAGS +tags +wip +.DS_Store +.*.swp +.*.swo +*.o +*.hi +*~ +*# diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b671b8f --- /dev/null +++...
willert/masonx-plugin-catalyst-importstash
72aa86e590818d09d5c45522b549001cc49e134b
Inital import
diff --git a/dist.ini b/dist.ini new file mode 100644 index 0000000..aa5de6c --- /dev/null +++ b/dist.ini @@ -0,0 +1,18 @@ +name = MasonX-Plugin-Catalyst-ImportStash +version = 0.01 +abstract = Import the stash into all components +author = Sebastian Willert <willert@cpan.org> +license = Perl_5 +copyright_holde...
samsoir/kohana-gravatar
550954cb717c6f521d950ae94255727559ead137
Fixed config loading issue
diff --git a/classes/kohana/gravatar.php b/classes/kohana/gravatar.php index 12ee5f0..48c6f9e 100644 --- a/classes/kohana/gravatar.php +++ b/classes/kohana/gravatar.php @@ -1,282 +1,282 @@ <?php defined('SYSPATH') or die('No direct script access.'); /** * [Gravatar's](http://en.gravatar.com) are universal avatars a...
samsoir/kohana-gravatar
dd0d8119ea61b97ee46ff90883d68203145809c7
Fixed config issue with Kohana 3.2
diff --git a/classes/kohana/gravatar.php b/classes/kohana/gravatar.php index 500fd78..12ee5f0 100644 --- a/classes/kohana/gravatar.php +++ b/classes/kohana/gravatar.php @@ -1,282 +1,282 @@ <?php defined('SYSPATH') or die('No direct script access.'); /** * [Gravatar's](http://en.gravatar.com) are universal avatars a...
samsoir/kohana-gravatar
1659d2565dca8a33c9bd5847a40fe6773672c9a3
fixing typo, should be attr not alt
diff --git a/views/gravatar/image.php b/views/gravatar/image.php index d6a32bc..7b798f0 100644 --- a/views/gravatar/image.php +++ b/views/gravatar/image.php @@ -1 +1 @@ -<?php echo html::image($src, $alt); ?> \ No newline at end of file +<?php echo html::image($src, $attr); ?> \ No newline at end of file
samsoir/kohana-gravatar
ad24e9fdbd13bb161f054ab29db68d27031d206e
fixing typo
diff --git a/views/gravatar/image.php b/views/gravatar/image.php index d6a32bc..7b798f0 100644 --- a/views/gravatar/image.php +++ b/views/gravatar/image.php @@ -1 +1 @@ -<?php echo html::image($src, $alt); ?> \ No newline at end of file +<?php echo html::image($src, $attr); ?> \ No newline at end of file
samsoir/kohana-gravatar
4f2321d4d2eb3d940f744fcfa96878f0e29d1157
Refactored the gravatar library to use Kohana based namespacing
diff --git a/classes/gravatar.php b/classes/gravatar.php index 901e90c..ab03044 100644 --- a/classes/gravatar.php +++ b/classes/gravatar.php @@ -1,282 +1,3 @@ <?php defined('SYSPATH') or die('No direct script access.'); -/** - * [Gravatar's](http://en.gravatar.com) are universal avatars available to all web sites and ...
samsoir/kohana-gravatar
2467933d44ffb7f9313a63d4dba400b0c050b0a6
Fixed some typos
diff --git a/classes/gravatar.php b/classes/gravatar.php index 0fc5c59..901e90c 100644 --- a/classes/gravatar.php +++ b/classes/gravatar.php @@ -1,282 +1,282 @@ <?php defined('SYSPATH') or die('No direct script access.'); /** * [Gravatar's](http://en.gravatar.com) are universal avatars available to all web sites an...
samsoir/kohana-gravatar
aec7be041b9bcc3c8c3622f5d8c9b4bd377652df
Fixed issue with non-existent issue
diff --git a/classes/gravatar.php b/classes/gravatar.php index 9d1d66f..0fc5c59 100644 --- a/classes/gravatar.php +++ b/classes/gravatar.php @@ -1,282 +1,282 @@ <?php defined('SYSPATH') or die('No direct script access.'); /** * [Gravatar's](http://en.gravatar.com) are universal avatars available to all web sites an...
samsoir/kohana-gravatar
268117e451796fec3480519fd456f1f0b5baa973
Fixed an issue where the Exception did not have the correct parameters passed to it
diff --git a/classes/gravatar/xmlrpc.php b/classes/gravatar/xmlrpc.php index f82156f..6139d93 100644 --- a/classes/gravatar/xmlrpc.php +++ b/classes/gravatar/xmlrpc.php @@ -1,304 +1,304 @@ <?php defined('SYSPATH') or die('No direct script access.'); /** * [ref-gravatar] Gravatars are universal avatars available to ...
samsoir/kohana-gravatar
75e9c3a59dcaa0bb6e57580a7ef01aadacb3999b
Refactored the Gravatar class to bring it inline with Kohana 3 coding standards
diff --git a/classes/gravatar.php b/classes/gravatar.php index e4d884c..9d1d66f 100644 --- a/classes/gravatar.php +++ b/classes/gravatar.php @@ -1,335 +1,282 @@ <?php defined('SYSPATH') or die('No direct script access.'); /** - * [ref-gravatar] Gravatars are universal avatars available to all web sites and services. ...
samsoir/kohana-gravatar
9520edc0f52e275330a1da6e7b3c9b5e4a32c54a
Fixed a few minor issues with XMLRPC url generation
diff --git a/classes/gravatar/xmlrpc.php b/classes/gravatar/xmlrpc.php index 2f88ec5..f82156f 100644 --- a/classes/gravatar/xmlrpc.php +++ b/classes/gravatar/xmlrpc.php @@ -1,304 +1,304 @@ <?php defined('SYSPATH') or die('No direct script access.'); /** * [ref-gravatar] Gravatars are universal avatars available to ...
samsoir/kohana-gravatar
710c4c6804d7cf3e359b230426fc53b93f4db7c1
Revoked the singleton pattern. Multiple instances are now allowed
diff --git a/classes/gravatar/xmlrpc.php b/classes/gravatar/xmlrpc.php index 64d83f5..2f88ec5 100644 --- a/classes/gravatar/xmlrpc.php +++ b/classes/gravatar/xmlrpc.php @@ -1,308 +1,304 @@ <?php defined('SYSPATH') or die('No direct script access.'); /** * [ref-gravatar] Gravatars are universal avatars available to ...
samsoir/kohana-gravatar
c4e894efcfdbac2e5e39932e803667519d0ee9b4
Implemented the Gravatar XMLRPC interface, providing full access to the gravatar API
diff --git a/classes/gravatar/exception/xmlrpc.php b/classes/gravatar/exception/xmlrpc.php deleted file mode 100644 index d11cb6d..0000000 --- a/classes/gravatar/exception/xmlrpc.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php defined('SYSPATH') or die('No direct script access.'); - -class Gravatar_Exception_Xmlrpc extends G...
samsoir/kohana-gravatar
65a328fe69803e969eb6883c7f7b85e477344e51
Fixes all reported issues with Gravatar. Thanks to all reporters (biakaveron and frihani)
diff --git a/classes/gravatar.php b/classes/gravatar.php index d7fd802..e4d884c 100644 --- a/classes/gravatar.php +++ b/classes/gravatar.php @@ -1,335 +1,335 @@ <?php defined('SYSPATH') or die('No direct script access.'); /** * [ref-gravatar] Gravatars are universal avatars available to all web sites and services. ...
samsoir/kohana-gravatar
29a9c9e14c0cb50eecec3e1605d06e77d597f2da
Refactored the XMLRPC class for gravatar. Now designed to use the naitive php soap client
diff --git a/classes/gravatar/xmlrpc.php b/classes/gravatar/xmlrpc.php index 14025a2..86d4695 100644 --- a/classes/gravatar/xmlrpc.php +++ b/classes/gravatar/xmlrpc.php @@ -1,199 +1,235 @@ <?php defined('SYSPATH') or die('No direct script access.'); /** * [ref-gravatar] Gravatars are universal avatars available to ...
samsoir/kohana-gravatar
3e8ec92c7b5db503cbe99ff203ccc7204c957f0c
Fixed size validation: is_numeric() will allow many things you don't want here (e.g. floats or hexadecimals); using ctype_digit() now and casting the value to integer afterwards.
diff --git a/classes/gravatar.php b/classes/gravatar.php index 50bace4..d7fd802 100644 --- a/classes/gravatar.php +++ b/classes/gravatar.php @@ -1,335 +1,335 @@ <?php defined('SYSPATH') or die('No direct script access.'); /** * [ref-gravatar] Gravatars are universal avatars available to all web sites and services. ...
samsoir/kohana-gravatar
e6b2433b22914aa832328d55bc5322231a8e9d26
Fixing parse errors
diff --git a/classes/gravatar.php b/classes/gravatar.php index c4561c1..50bace4 100644 --- a/classes/gravatar.php +++ b/classes/gravatar.php @@ -1,335 +1,335 @@ <?php defined('SYSPATH') or die('No direct script access.'); /** * [ref-gravatar] Gravatars are universal avatars available to all web sites and services. ...
samsoir/kohana-gravatar
c76d7ebc158bce91ca8dd5ecbc48d1a0fa8bab09
Work in progress on the new Gavatar API for managing your Gravatar account externally
diff --git a/classes/gravatar/exception/xmlrpc.php b/classes/gravatar/exception/xmlrpc.php new file mode 100644 index 0000000..d11cb6d --- /dev/null +++ b/classes/gravatar/exception/xmlrpc.php @@ -0,0 +1,10 @@ +<?php defined('SYSPATH') or die('No direct script access.'); + +class Gravatar_Exception_Xmlrpc extends Grava...
samsoir/kohana-gravatar
98206d312b7042e86bcbc9db11043e82237085a6
Gravatar class, refactored for Kohana 3
diff --git a/classes/gravatar.php b/classes/gravatar.php index e69de29..c4561c1 100644 --- a/classes/gravatar.php +++ b/classes/gravatar.php @@ -0,0 +1,335 @@ +<?php defined('SYSPATH') or die('No direct script access.'); +/** + * [ref-gravatar] Gravatars are universal avatars available to all web sites and services. + ...
samsoir/kohana-gravatar
3874f2d1bc900face6bfeb6954184a802ccefba9
Added the Gravatar config and class files. Refactored for Kohana 3
diff --git a/classes/gravatar/exception.php b/classes/gravatar/exception.php new file mode 100644 index 0000000..7a4e4d1 --- /dev/null +++ b/classes/gravatar/exception.php @@ -0,0 +1,3 @@ +<?php defined('SYSPATH') or die('No direct script access.'); + +class Gravatar_Exception extends Kohana_Exception { } \ No newline ...
samsoir/kohana-gravatar
28ef1dc1cceab96c43633d927c05947e106f8eac
Added the gravatar.php file to Git
diff --git a/classes/gravatar.php b/classes/gravatar.php new file mode 100644 index 0000000..e69de29
Jermuk/custom_cs2dsrv
c4f76cadf18a33729d2885d9930f328c188cdbe6
Works now with the actual version of cs2d
diff --git a/.gitignore b/.gitignore index ee50cdf..82715a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,14 @@ html Debug .settings .cproject .project doxygen.Doxyfile *.txt Release/src *.map *.cfg -notices \ No newline at end of file +notices +*.o +custom_cs2dsrv.dev +Makefile.win \ No n...
Jermuk/custom_cs2dsrv
3707f42449d36e505ee1cd320766ccb9ba7040c1
Added half-working & buggie drop
diff --git a/include/log.h b/include/log.h index c0df5a4..480d9e3 100644 --- a/include/log.h +++ b/include/log.h @@ -1,86 +1,85 @@ /* * Published under GPLv3. * For more information take a look at the Readme * Copyright (c) by the authors of this file * * Author/s of this file: Jermuk */ #ifndef LOG_H_I...
Jermuk/custom_cs2dsrv
f5d245b2a4af647356edc9d3e968790f49f11a6f
Added FlooD's lag compensation repository
diff --git a/Release/custom_cs2dsrv.exe b/Release/custom_cs2dsrv.exe new file mode 100644 index 0000000..d9325ce Binary files /dev/null and b/Release/custom_cs2dsrv.exe differ diff --git a/include/functions.h b/include/functions.h index 6ab13f9..371538f 100644 --- a/include/functions.h +++ b/include/functions.h @@ -1,3...
Jermuk/custom_cs2dsrv
560bc4ffb59e66b6e3e8f4f979d97f1dc211a269
Fixed buy problem and removed some messages.
diff --git a/src/respond_messages.c b/src/respond_messages.c index 08a3750..14f8bed 100644 --- a/src/respond_messages.c +++ b/src/respond_messages.c @@ -195,546 +195,546 @@ void SendWeaponChangeMessage(int id, int wpnid, int writesocket) int position = 0; buffer[position] = 9; position++; buffer[position] = i...
Jermuk/custom_cs2dsrv
9a85641352ae7af6419abaff4340c1cfb0f985b7
Fixed usgn support, memory leaks and changed the resolution from player[id].lastpaket to ms (tolerance +-1).
diff --git a/include/functions.h b/include/functions.h index f4f1272..6ab13f9 100644 --- a/include/functions.h +++ b/include/functions.h @@ -1,33 +1,35 @@ /* * Published under GPLv3. * For more information take a look at the Readme * Copyright (c) by the authors of this file * * Author/s of this file: Jermuk...
Jermuk/custom_cs2dsrv
e972bb8304adb90410f87e6ef05009d5b963cba5
made sleep() function unix compatible and added non-working usgn support.
diff --git a/include/cross_layer.h b/include/cross_layer.h index 5ed389b..eda8907 100644 --- a/include/cross_layer.h +++ b/include/cross_layer.h @@ -1,23 +1,24 @@ /* * Published under GPLv3. * For more information take a look at the Readme * Copyright (c) by the authors of this file * * Author/s of this file...
Jermuk/custom_cs2dsrv
48c2f970ed9c37d14fd82e2a2e308631e1f17249
Added Kill message and standart fps is now 1000 fps (real: 510).
diff --git a/include/functions.h b/include/functions.h index 86cde12..2463141 100644 --- a/include/functions.h +++ b/include/functions.h @@ -1,31 +1,32 @@ /* * Published under GPLv3. * For more information take a look at the Readme * Copyright (c) by the authors of this file * * Author/s of this file: Jermuk...
Jermuk/custom_cs2dsrv
19c0c48980de8d5821b52eb55661ce17db336e2e
Added !fps message and fps control
diff --git a/Release/custom_cs2dsrv.exe b/Release/custom_cs2dsrv.exe deleted file mode 100644 index 1913a95..0000000 Binary files a/Release/custom_cs2dsrv.exe and /dev/null differ diff --git a/include/cross_layer.h b/include/cross_layer.h index dc18472..5ed389b 100644 --- a/include/cross_layer.h +++ b/include/cross_lay...
Jermuk/custom_cs2dsrv
759a98cc80b8b230769f4f77a1824605891755e9
Fixed Reload & 'This is an alpha' bug
diff --git a/src/main.c b/src/main.c index 7b193fe..e002165 100644 --- a/src/main.c +++ b/src/main.c @@ -1,258 +1,263 @@ /* * Published under GPLv3. * For more information take a look at the Readme * Copyright (c) by the authors of this file * * Author/s of this file: Jermuk */ #include "../incl...
Jermuk/custom_cs2dsrv
5bc735a2f11779c1178c9273c6ed1d4115bc74fc
Added: - Some Buy Failed messages Fixed: - '\n' problem
diff --git a/Readme b/Readme index 5a003d2..f208ca4 100644 --- a/Readme +++ b/Readme @@ -1,27 +1,26 @@ Custom Counter Strike 2D Server a0.1 Copyright (C) 2010 by the authors of their respective files This program is free software; you can redistribute it and/or modify it under the terms of the GNU General...
Jermuk/custom_cs2dsrv
044290b9a833b73ee81fd507f22e0b84070317ab
Fixed '\n' bug
diff --git a/.gitignore b/.gitignore index b472645..ee50cdf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,11 @@ html Debug .settings .cproject .project doxygen.Doxyfile *.txt Release/src *.map -*.cfg \ No newline at end of file +*.cfg +notices \ No newline at end of file diff --git a/src/log.c...
Jermuk/custom_cs2dsrv
db70c9eb85c18d9506979e1594e5e6a4d36305d6
Added CFG Parser and changed Readme
diff --git a/.gitignore b/.gitignore index 85f5ac0..b472645 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ html Debug .settings .cproject .project doxygen.Doxyfile *.txt Release/src *.map +*.cfg \ No newline at end of file diff --git a/Readme b/Readme index 0df188f..5a003d2 100644 --- a/Rea...
Jermuk/custom_cs2dsrv
afda6fa3a4ad8002884d17dd9fe2d9cc252af6b5
Little Readme change (made the e-mail bot safe)
diff --git a/Readme b/Readme index 00ac732..0df188f 100644 --- a/Readme +++ b/Readme @@ -1,27 +1,27 @@ Custom Counter Strike 2D Server a0.1 Copyright (C) 2010 by the authors of their respective files This program is free software; you can redistribute it and/or modify it under the terms of the GNU General...
Jermuk/custom_cs2dsrv
da60f8803d8b0166b41a6374f411df005c4900e6
Fix and Add Release Fixed: - PingAllPlayer() problem - Firetimer problem - better source code formatting now
diff --git a/Readme b/Readme new file mode 100644 index 0000000..00ac732 --- /dev/null +++ b/Readme @@ -0,0 +1,27 @@ +Custom Counter Strike 2D Server a0.1 + +Copyright (C) 2010 by the authors of their respective files + +This program is free software; you can redistribute it and/or modify it under the +terms of t...
Jermuk/custom_cs2dsrv
5ecab7c532ce4c1269fd6750236a7eec7bcbc18f
Fixed: - signed and unsigned warnings - unused variables All warnigns fixed under gcc!
diff --git a/Release/custom_cs2dsrv.exe b/Release/custom_cs2dsrv.exe index 6586c86..8f715fb 100644 Binary files a/Release/custom_cs2dsrv.exe and b/Release/custom_cs2dsrv.exe differ diff --git a/include/functions.h b/include/functions.h index a575218..39b0d01 100644 --- a/include/functions.h +++ b/include/functions.h @@...
Jermuk/custom_cs2dsrv
96f6bdefbc7de9865596b4f85f5a074164e8f906
Added: - Advanced fire support (means silencer, zoom, ...) Found Bugs: - PingAllPlayer: marked "if" don't work
diff --git a/include/main.h b/include/main.h index f4acaa2..963a0b4 100644 --- a/include/main.h +++ b/include/main.h @@ -1,44 +1,43 @@ #ifndef MAIN_H_INCLUDED #define MAIN_H_INCLUDED #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <stdarg.h> //log.h #include <math...
Jermuk/custom_cs2dsrv
8fcad5de6c31bf05161d07f2b2884818939c63a1
First public release - Added message every 5 seconds - license now GPLv3
diff --git a/src/main.c b/src/main.c index db78a12..1d61ff8 100644 --- a/src/main.c +++ b/src/main.c @@ -1,241 +1,251 @@ +/* + * Published under GPL v3 + * Copyright by DÖNARMASTER aka Jermuk and <www.Kebab-Clan.de> + * + * Alpha 0.1 + * + * If you want to help me or you have questions + * contact me via PM (Jer...
Jermuk/custom_cs2dsrv
b5091477b832deb726a6fd1180d1ae80271bef11
- More comments added (for documentatin and also for understanding)
diff --git a/Release/custom_cs2dsrv.exe b/Release/custom_cs2dsrv.exe index bb8f899..6586c86 100644 Binary files a/Release/custom_cs2dsrv.exe and b/Release/custom_cs2dsrv.exe differ
Jermuk/custom_cs2dsrv
3b1cb59862ec8aefaf98c4f686adfba3c37513f0
- Added more comments (for documentation and also for understanding the code)
diff --git a/include/main.h b/include/main.h index 09d1aae..f4acaa2 100644 --- a/include/main.h +++ b/include/main.h @@ -1,42 +1,44 @@ #ifndef MAIN_H_INCLUDED #define MAIN_H_INCLUDED #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <stdarg.h> //log.h #include <math...
Jermuk/custom_cs2dsrv
949de290a1604e2529cf01f8b9af87d8cd61bd83
- Player[id].latency to unsigned short
diff --git a/include/structs.h b/include/structs.h index 99ffec1..d2a6b78 100644 --- a/include/structs.h +++ b/include/structs.h @@ -1,75 +1,75 @@ #ifndef STRUCTS_H_INCLUDED #define STRUCTS_H_INCLUDED #include "main.h" struct WEAPON { short weapondamage, weapondamage_z1, weapondamage_z2; shor...
Jermuk/custom_cs2dsrv
81db3e5bc1cb5dcb8b428e02e47e49c0d56fac6e
- Removed redundant files and added .exe
diff --git a/.cproject b/.cproject deleted file mode 100644 index 4a8405e..0000000 --- a/.cproject +++ /dev/null @@ -1,628 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<?fileVersion 4.0.0?> - -<cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage"> - <storageModule moduleI...
Jermuk/custom_cs2dsrv
9ede4e46e362eb44aacff95e676f2b1f9db0f6ce
- Added Pinglist (not tested)
diff --git a/include/respond_messages.h b/include/respond_messages.h index 9f5247f..be74182 100644 --- a/include/respond_messages.h +++ b/include/respond_messages.h @@ -1,22 +1,23 @@ #ifndef RESPOND_MESSAGES_H_INCLUDED #define RESPOND_MESSAGES_H_INCLUDED #include "main.h" void SendSpawnMessage(int id, unsigne...
Jermuk/custom_cs2dsrv
7fe3cc191a022794885ec8f86701f86c05f65032
- Fixed teamchange (player die now)
diff --git a/src/main.c b/src/main.c index c68bcb3..ace1a45 100644 --- a/src/main.c +++ b/src/main.c @@ -1,195 +1,220 @@ #include "../include/main.h" time_t firsttime; int main() { - int readsocket; - struct sockaddr_in newclient; - unsigned char buffer[MAX_BUF]; - int size; - fd_set de...
Jermuk/custom_cs2dsrv
9be1d8045477fd9282ffc041740ca20c4a81cd5d
- Hopefully fixed player timeout
diff --git a/include/functions.h b/include/functions.h index 4f22c53..a575218 100644 --- a/include/functions.h +++ b/include/functions.h @@ -1,24 +1,24 @@ #ifndef FUNCTIONS_H_INCLUDED #define FUNCTIONS_H_INCLUDED #include "main.h" int IsPlayerKnown(struct in_addr ip, u_short port); void ClearPlayer(int id);...
Jermuk/custom_cs2dsrv
ea6fb036f88b50dcc4365cee452cb3f0fbbc23fb
- Fixed "for" overflow
diff --git a/src/functions.c b/src/functions.c index 2166005..8128731 100644 --- a/src/functions.c +++ b/src/functions.c @@ -1,419 +1,419 @@ #include "../include/functions.h" /** * \fn int IsPlayerKnown(struct in_addr ip, u_short port) * \brief checks if a player is already known * \param ip client's ip ...
Jermuk/custom_cs2dsrv
479e4cda5fcef5ce1fe4b22fe007845f749b441f
- Added ct buy support
diff --git a/src/script-functions.c b/src/script-functions.c index e123afe..86a0e12 100644 --- a/src/script-functions.c +++ b/src/script-functions.c @@ -1,369 +1,385 @@ #include "../include/script-functions.h" /* int OnJoin(int id, int writesocket) id - Who joins Return Values: 0 - OK */ int OnJoin(in...
Jermuk/custom_cs2dsrv
01df993a6cc1e62efb702d10a5cf252b06322da1
- LITTLE_ENDIAN removed
diff --git a/include/settings.h b/include/settings.h index c18b956..9fa6128 100644 --- a/include/settings.h +++ b/include/settings.h @@ -1,37 +1,36 @@ #ifndef SETTINGS_H_INCLUDED #define SETTINGS_H_INCLUDED #define MAX_BUF 1024 /* --- Server Settings --- */ #define LOCAL_PORT 1994 #define MAX_CLIENTS 6...
Jermuk/custom_cs2dsrv
56a0fcd8ebb5dac0b7d6e6fd85967208be8fb16a
- Disabled log for non-windows system (Segmentation fault)
diff --git a/.cproject b/.cproject index 580450d..4a8405e 100644 --- a/.cproject +++ b/.cproject @@ -1,604 +1,628 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?fileVersion 4.0.0?> <cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage"> <storageModule moduleId="org.eclipse...
Jermuk/custom_cs2dsrv
7c5cd22ac4a2cbce3db1545efd16636729715738
- Added buyzone support
diff --git a/src/functions.c b/src/functions.c index 3b076fd..2166005 100644 --- a/src/functions.c +++ b/src/functions.c @@ -1,419 +1,419 @@ #include "../include/functions.h" /** * \fn int IsPlayerKnown(struct in_addr ip, u_short port) * \brief checks if a player is already known * \param ip client's ip ...
Jermuk/custom_cs2dsrv
3bb78a7393d9ecefa129d7e85cca357f135bcd8e
- Added Reload Support (Experimental) - All pistols added
diff --git a/include/functions.h b/include/functions.h index dde10f8..4f22c53 100644 --- a/include/functions.h +++ b/include/functions.h @@ -1,23 +1,24 @@ #ifndef FUNCTIONS_H_INCLUDED #define FUNCTIONS_H_INCLUDED #include "main.h" int IsPlayerKnown(struct in_addr ip, u_short port); void ClearPlayer(int id);...
Jermuk/custom_cs2dsrv
6f76e0e4afe6f32302c41f95e4b874d24b0dea61
Buy fixed (Wrong number + Missing &)
diff --git a/src/respond_messages.c b/src/respond_messages.c index 0d55cd4..1fa22b9 100644 --- a/src/respond_messages.c +++ b/src/respond_messages.c @@ -1,490 +1,491 @@ #include "../include/respond_messages.h" void SendSpawnMessage(int id, unsigned short x, unsigned short y, int writesocket) { int stri...
Jermuk/custom_cs2dsrv
ad0d64422afa79a6f5e3410b8ccdeb012944e533
Buy fixed (Wrong number)
diff --git a/src/main.c b/src/main.c index 881a8c6..e94c748 100644 --- a/src/main.c +++ b/src/main.c @@ -1,191 +1,191 @@ #include "../include/main.h" time_t firsttime; int main() { int readsocket; struct sockaddr_in newclient; unsigned char buffer[MAX_BUF]; int size; fd_set de...
Jermuk/custom_cs2dsrv
81a55db35b8f1bc193540abf5c5bf40a6096088f
Log Activated!
diff --git a/.project b/.project index eb3f880..2dad120 100644 --- a/.project +++ b/.project @@ -1,70 +1,70 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>custom_cs2dsrv</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.cdt.ma...
Jermuk/custom_cs2dsrv
b648615fc6388ccf5bae87eba1ccae27fa2a234f
Added Buy Support
diff --git a/include/functions.h b/include/functions.h index 0ed1900..dde10f8 100644 --- a/include/functions.h +++ b/include/functions.h @@ -1,23 +1,23 @@ #ifndef FUNCTIONS_H_INCLUDED #define FUNCTIONS_H_INCLUDED #include "main.h" int IsPlayerKnown(struct in_addr ip, u_short port); void ClearPlayer(int id);...
Jermuk/custom_cs2dsrv
6255204ef9a25fe8f1199d2f4c34f315aeaf725a
First try with git!
diff --git a/.cproject b/.cproject new file mode 100644 index 0000000..580450d --- /dev/null +++ b/.cproject @@ -0,0 +1,604 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<?fileVersion 4.0.0?> + +<cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage"> + <storageModule moduleId="o...
pawelkaczor/pawelkaczor.github.com
ade99432af488e86e02bccaf6476a6afd65b0e27
Set theme jekyll-theme-time-machine
diff --git a/_config.yml b/_config.yml index c741881..ddeb671 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1 @@ -theme: jekyll-theme-slate \ No newline at end of file +theme: jekyll-theme-time-machine \ No newline at end of file
pawelkaczor/pawelkaczor.github.com
3e51cf7bf8a7f0e5402e478859a4b9ce32813522
add Readme
diff --git a/README.md b/README.md new file mode 100644 index 0000000..08882c4 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Welcome to my Github site! \ No newline at end of file
pawelkaczor/pawelkaczor.github.com
8e879606dae186dd0ab947767dfc92790d8f1279
remove old content
diff --git a/_config.yml b/_config.yml index fac8013..c741881 100644 --- a/_config.yml +++ b/_config.yml @@ -1,11 +1 @@ ---- -permalink: /:year/:month/:day/:title -lsi: false -markdown: kramdown -highlighter: rouge -comments: true -pretty_style: html_extension -auto: true -server_port: 4000 - theme: jekyll-theme-slat...
pawelkaczor/pawelkaczor.github.com
12531a8a4320004f860cb092bd4c7e7f16407f7b
Set theme jekyll-theme-slate
diff --git a/_config.yml b/_config.yml index 443bd33..fac8013 100644 --- a/_config.yml +++ b/_config.yml @@ -1,9 +1,11 @@ --- permalink: /:year/:month/:day/:title lsi: false markdown: kramdown highlighter: rouge comments: true pretty_style: html_extension auto: true server_port: 4000 + +theme: jekyll-theme-sl...
pawelkaczor/pawelkaczor.github.com
37948911456ce7d0f60223ed760f744cf563d3a9
fix mr grep
diff --git a/_posts/mr-vcsh-prezto-user-guide.md b/_posts/mr-vcsh-prezto-user-guide.md index 88def18..b99f826 100644 --- a/_posts/mr-vcsh-prezto-user-guide.md +++ b/_posts/mr-vcsh-prezto-user-guide.md @@ -1,119 +1,117 @@ # myrepos && vcsh && prezto - User Guide This document serves as a single source of information...