I’d like to include a large amount of WP into my project…
-
Hi there!
I’m writing a home-hosted open-source Cloud platform that has well above average functionality. Currently the platform must be installed alongside WordPress, as it relies on user accounts pulled from the WordPress database with wp_get_current_user() to create hashed user directories. I’d like to copy-pasta the livin’-crap out of WordPress so that I can reduce a dependency and also give users a simple drop-down for deciding if they want a standalone Cloud or a WordPress integrated one. I’d like to do it right though, and I’m coming to the official source (as far as I can tell) to get permission and guidance to supplying credit and adhering to WordPress licensing.
The secondary benefit to reducing a dependency would be giving my AppLauncher the ability to harness the power of WordPress functions during development, although my platform only really need one function. How much attribution should I give to WordPress compared to how much code I copy? Right now my project is about 11,000 lines of code and as far as I can tell I only need to borrow heavily from wp_load.php and wp_login.php.
Any advice is greatly appreciated. ??
- The topic ‘I’d like to include a large amount of WP into my project…’ is closed to new replies.