efl/doc
Lucas De Marchi 4e3804041f Rename edbus->eldbus
git grep -l edbus2 | while read f; do sed -i 's/edbus2/eldbus/g' "$f"; done
find . -name '*edbus2*' -exec rename edbus2 eldbus {} \;

git grep -l "EDBUS" | while read f; do sed -i 's/EDBUS/ELDBUS/g' "$f"; done
git grep -l "EDBus" | while read f; do sed -i 's/EDBus/Eldbus/g' "$f"; done
git grep -l "edbus (v2)" | while read f; do sed -i 's/edbus (v2)/eldbus/g' "$f"; done
git grep -l "Edbus" | while read f; do sed -i 's/Edbus/Eldbus/g' "$f"; done
git grep -l "edbus" | while read f; do sed -i 's/edbus/eldbus/g' "$f"; done

find . -name '*edbus*' -exec rename edbus eldbus {} \;
find . -name '*EDBus*' -exec rename EDBus Eldbus {} \;
2013-04-23 12:36:29 -03:00
..
benchmark merge: add COPYING files (BSD 2-clause, LGPL and GPL) and doc 2012-09-19 06:57:03 +00:00
img update doc styling to match e.org 2013-03-25 22:36:57 +09:00
Doxyfile.in Rename edbus->eldbus 2013-04-23 12:36:29 -03:00
Makefile.am Rename edbus->eldbus 2013-04-23 12:36:29 -03:00
e.css update doc styling to match e.org 2013-03-25 22:36:57 +09:00
ecore_examples.dox efl: Give different names for example pages in different libs. 2012-12-18 16:18:24 +00:00
edje_examples.dox efl/edje: improve docs after merge. 2013-01-04 02:51:43 +00:00
eet_examples.dox efl/docs: clean-up and make it more uniform. 2012-12-28 23:26:05 +00:00
eina_examples.dox efl/docs: clean-up and make it more uniform. 2012-12-28 23:26:05 +00:00
eio_examples.dox efl/eio: fix docs. 2012-12-28 20:47:25 +00:00
eldbus_examples.dox Rename edbus->eldbus 2013-04-23 12:36:29 -03:00
emotion_examples.dox efl: merge emotion. 2013-01-10 03:43:32 +00:00
eo_tutorial.dox efl/docs: clean-up and make it more uniform. 2012-12-28 23:26:05 +00:00
ephysics_examples.dox fix typos in doc 2013-01-05 06:10:59 +00:00
evas_examples.dox fix typos in doc 2013-01-05 06:10:59 +00:00
foot.html update doc styling to match e.org 2013-03-25 22:36:57 +09:00
head.html update doc styling to match e.org 2013-03-25 22:36:57 +09:00
images.mk filter ~ from images.mk and restore it to not have ~ files. 2013-03-26 09:39:50 +09:00
main.dox Rename edbus->eldbus 2013-04-23 12:36:29 -03:00
pkgconfig.dox efl/docs: clean-up and make it more uniform. 2012-12-28 23:26:05 +00:00