├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | # Mac 2 | .DS_Store 3 | 4 | # Sublime 2 5 | sftp-config* -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Osclass Plugins 2 | ============== 3 | 4 | Plugins have been moved each one to a new repository. Here is a list of the plugins: 5 | 6 | - [Ad importer](https://github.com/osclass/plugin-adimporter) 7 | - [Age wwearning](https://github.com/osclass/plugin-agewarning) 8 | - [Amazon S3](https://github.com/osclass/plugin-amazons3) 9 | - [Autoregister](https://github.com/osclass/plugin-autoregister) 10 | - [Bitcoins](https://github.com/osclass/plugin-bitcoins) 11 | - [Breadcrumbs](https://github.com/osclass/plugin-breadcrumbs) 12 | - [Cars attributes](https://github.com/osclass/plugin-cars_attributes) 13 | - [Dating attributes](https://github.com/osclass/plugin-dating_attributes) 14 | - [Demo theme](https://github.com/osclass/plugin-demo_theme) 15 | - [Digital goods](https://github.com/osclass/plugin-digitalgoods) 16 | - [Extra feeds](https://github.com/osclass/plugin-extra_feeds) 17 | - [Facebook](https://github.com/osclass/plugin-facebook) 18 | - [Jobboard](https://github.com/osclass/plugin-jobboard) 19 | - [Jobs attributes](https://github.com/osclass/plugin-jobs_attributes) 20 | - [Location required](https://github.com/osclass/plugin-location_required) 21 | - [LOPD](https://github.com/osclass/plugin-lopd) 22 | - [More edit](https://github.com/osclass/plugin-more_edit) 23 | - [Multicurrency](https://github.com/osclass/plugin-multicurrency) 24 | - [Osc-mobile](https://github.com/osclass/plugin-osc-mobile) 25 | - [Payment](https://github.com/osclass/plugin-payment) 26 | - [Piglatin](https://github.com/osclass/plugin-piglatin) 27 | - [Piwik](https://github.com/osclass/plugin-piwik) 28 | - [Printpdf](https://github.com/osclass/plugin-printpdf) 29 | - [Products attributes](https://github.com/osclass/plugin-products_attributes) 30 | - [Qrcode](https://github.com/osclass/plugin-qrcode) 31 | - [Realestate attributes](https://github.com/osclass/plugin-realestate_attributes) 32 | - [Registered users only](https://github.com/osclass/plugin-registered_users_only) 33 | - [Required fields](https://github.com/osclass/plugin-requiredfields) 34 | - [Rich edit](https://github.com/osclass/plugin-rich_edit) 35 | - [Routes example](https://github.com/osclass/plugin-routes_example) 36 | - [Simplecache](https://github.com/osclass/plugin-simplecache) 37 | - [Sitemap generator](https://github.com/osclass/plugin-sitemap_generator) 38 | - [Social bookmarks](https://github.com/osclass/plugin-social_bookmarks) 39 | - [Theme languages](https://github.com/osclass/plugin-theme_languages) 40 | - [Time elapsed](https://github.com/osclass/plugin-time_elapsed) 41 | - [Tor](https://github.com/osclass/plugin-tor) 42 | - [Voting](https://github.com/osclass/plugin-voting) 43 | - [Watchlist](https://github.com/osclass/plugin-watchlist) 44 | - [Webrupee](https://github.com/osclass/plugin-webrupee) 45 | - [Yandex maps](https://github.com/osclass/plugin-yandex_maps) 46 | - [Yandex metrica](https://github.com/osclass/plugin-yandex_metrica) 47 | - [Youtube](https://github.com/osclass/plugin-youtube) 48 | 49 | All commits and branches will still be here, **outdated**, please use the new repositories instead. 50 | 51 | If you need more information, you can visit [our forums](http://forums.osclass.org/). 52 | --------------------------------------------------------------------------------