Uploading custom Drupal module to drupal.org or marketplace - plugins

I developed a custom Drupal module for an organisation. I want to know if we can upload the Drupal module in the Drupal Marketplace or on drupal.org. If possible, how ?
Also If uploading is not possible, how can we contribute the module?

this is a document about how to create a full project on drupal.org
doc_page
after this you need to upload your code on Drupal repository.
for this use this document
finally apply for approval is your project approve then your project become as approved project and should be available to download on your project page URL
like this drupal.org/project/yourModuleName
you will find many more information about it on drupal.org
hoop this help
THANKS!

Related

Can anyone show or give the download link for AEM / CQ5

i want learn the aem /cq5 so Can anyone show or give the download link for AEM / CQ5 please
AEM is a comercial product, you can have it either by working on a project that already bought Production licenses. or your employer is part of the Adobe partner program - SPP. Other way it will be either impossible or illegal :(
Though you would need a license to procure the Adobe product, there are options to learn & understand the basics:
just create an Adobe ID and download old CQ basics from here
-https://helpx.adobe.com/experience-manager/aem-previous-versions.html
if you have understood the very basics of AEM, then the runnable JAR from Apache sling - https://sling.apache.org/downloads.cgi would be very handy.
You can play around with this JAR (which comes with a built-in JCR repository where you can use the JCR API - the core of AEM)
please go ver the below before jump in to the JAR:
https://sling.apache.org/documentation.html
https://docs.adobe.com/docs/en/spec/jcr/2.0/2_Introduction.html
http://felix.apache.org/documentation/tutorials-examples-and-presentations/apache-felix-osgi-tutorial.html

Platform for User Created Content

I'm working on a new project where I'd like users to be able to add content. The site is a project collaboration site where users can, sign up and create a profile, post a project idea (give it a name, some details and upload a couple of pictures, etc.), and hit a create button. The project would then be featured as a thumbnail on a Projects page where others could comment on the project and review the submitted idea.
Would a CMS be suitable for an application such as this? The user content would be added on the front end, so users wouldn't necessarily be able to access the control panel to add content so I'm not sure if a CMS would work or not.
I was taking a look at PyroCMS as I have some familiarity with PHP and CI but I don't know if this would fit the bill.
Any thoughts? Thank you!
This is absolutely doable with Pyro CMS Pro or by adding on the Streams extension. That would allow you to create the front-facing pages without any programming. You can create any number of custom fields to allow this.

Add logic hooks to on demand sugar crm professional

Ok so i just purchased a new sugarcrm professional instance on sugarcrm and I would like to add some custom logic to my leads. I would like to add them to an external service (mailchimp) through their api. ive seen that I have to create some custom php files, but I dont know how to upload them to my instance, and how is the structure of that upload. any help would be appreciated
You should create your Hook and subsequently created the installation package to install using Module Loader. Try to follow the guidance that you find here Creating an Installable Package for a Logic Hook

Embed Complete GitHub Repository in a Web Page

I have created a repository on Github. This repository contains a complete project with the folder structure and files. If I have to embed this code on my website, I can do that by creating Gists and adding them to my web page.
The problem is that I have a big project and adding snippets as Gists is not an easy task; also, it will not be user friendly either, as the visitors won't get the idea of the complete project.
So, I just want to embed the whole repository on my web page in such a way that the visitor can browse the code. Do you have any idea about that? Any API, Plug In, code sample etc.
A JQuery plugin was recently created that adds this functionality. Take a look a repo.js.

Ad CMS to an existing website

I am researching integrating CMS into an already existing website.
I would like to set up certain pages to be editable by co-workers where they can upload/edit content via an online form.
I am however, restricted in that I cannot use PHP(i know, lame!) and I don't have ftp access to this server. I edit the html files on a mirror site and they get uploaded to the webserver by my supervisor.
I would like to use a CMS similar to CushyCMS. Is there a cms service or code that I can put into my html files that would enable my co-workers to edit their pages?
Thank you for your help!
is not possible, you need to use a technology that support server side stuff like PHP, ASP, JSP, asp.net...
If you don't have direct access to the web site is impossible to do something like that.
An easy way was to install a normal CMS like joomla, wordpress, or many others and that designing the theme same as the existing one.