mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
887cbee8af
Before renaming, all Python 2 filenames were 'learnpython-*.py'. This commit renames them to 'learnpythonlegacy-*.py'. To verify that the filenames were named consistently across translations prior to this commit, and to change this: ``` find . -name "pythonlegacy*.markdown" -exec ack filename: {} \; find . -name "pythonlegacy*.markdown" -exec \ sed -i 's/^filename: learnpython/filename: learnpythonlegacy/' {} \; ``` |
||
---|---|---|
.. | ||
bf-pl.html.markdown | ||
haskell-pl.html.markdown | ||
java-pl.html.markdown | ||
json-pl.html.markdown | ||
perl-pl.html.markdown | ||
pythonlegacy-pl.html.markdown | ||
ruby-pl.html.markdown | ||
vim-pl.html.markdown | ||
xml-pl.html.markdown |