Open Source Social Bookmarking CMS? [closed] - open-source

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am looking for an open source social bookmarking site CMS so I can build a site like delicious with it for my organization. This will be deployed in the internal LAN.
Do you have any recommendations?

SemanticScuttle is the best I've found: http://sourceforge.net/projects/semanticscuttle/

i could suggest a site like www.rubysignal.com.
it works with django web framework, (rel 0.96).
The sources are on https://github.com/sebadima/bookmarks, but remember that it's just a alpha project.

Not sure of the tech you are using, but I've used netlicious to use delicious itself as a CMS and then consume the bookmarks, descriptions etc on another website through the API. If that makes sense.
Basically set up a delicious account and bookmark, tag and fill in the descriptions as you would normally. And then hook in the neticious API into your own site - delicious stores everything and all you fundamentally have to do is consume an API.

Pligg is an open source CMS. http://www.pligg.com
Demo: http://www.pligg.com/demo/

Related

How to make a website without a a website maker [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I've been wanting to make a website but I wanted to code it myself without using one of those website makers. Are there any ways of doing this? I would also like to publish it as well. Thanks.
1.Write your code and save it.
2.Purchase a domain and host it with ehost or something like that.
3.Upload your file. That's it.
[ehost provide hosting with free domain]
This is not technically an appropriate question for SO. However, you need to learn the basics of HTML. Start at W3 Schools. http://www.w3schools.com
You mentioned that you already know HTML. If you are just making static content, that will suffice. I strongly recommend learning CSS. While it is not technically necessary, it will make your life much easier. When you want to publish it, you will have to pay for a domain and a hosting service. Google Domains can help you with this.

What is a better solution to have a duplicate site with some different content? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
My client has got a corporate site and some dealer sites. He would like to have his dealer sites pretty much the same as the corporate site except having different contact information and a different team member page. Here is the question, is there a way that if he updates the corporate site, it updates all the dealer sites as well? Because the content is the same, he does not want to login to every site, copy and paste the content again and again. Any suggestions? I thought about using iframe, but is it good for seo if 95% of the site is iframe?
One method you could use is a singular CMS service that houses all the content for all the sites.
Once the user browses to the site you can provide a host header look up to determine which dealer site (or corporate) the user is browsing to. From this information it should be relatively easy to load different contact information.
As you haven't provided many other details such as web server, programming language we can really only help you with theoretical answers.
Hope this helps.

Want to know about in adsense in blogging [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
i want to know about adsense. Is there any way to create adsense account using blogger.
if not means suggest me the way to achieve it, friends.
thanks in advance.
To know about adsense google it. And Before asking any question on stack exchange read faq carefully.
What is adsense?
Google AdSense is a program run by Google Inc. that allows publishers in the Google Network of content sites to serve automatic text, image, video, and rich media adverts that are targeted to site content and audience. These adverts are administered, sorted, and maintained by Google, and they can generate revenue on either a per-click or per-impression basis. Google beta-tested a cost-per-action service, but discontinued it in October 2008 in favor of a DoubleClick offering (also owned by Google).(source:-wiki)
Is there any way to create adsense account using blogger.
For detail step http://support.google.com/affiliatenetwork/publisher/answer/156883

interactive software for creating webpages [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to design an interactive website (with checkboxes, radiobuttons etc.) which I would later link up with a MySQL database. But I don’t know any HTML. Is there any (free) software that enables me to design my website using drag-and-drop of controls and generates the HTML automatically? Which is the best software in your opinion?
There are some good web applications out there such as Weebly and Webs, but if you really want downloadable software, I would suggest Nvu.
In my opinion, Dreamweaver is the best editor for newbies, it is very intuitive, kind of like using Microsoft Word, and it already contains some interactive scripts, for example for integrating a music player on your website. However, to make the website interact with a database, or to store data in any way, you need more than just HTML, you will likely have to learn about PHP or a similar server-side programming language.

Best way of adding a simple blog to a website? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I'm developing a site and I want it to have a very simple blog page. What are the best options to add in a blog to the site? blogger/wordpress seem like overkill, as I just want to be able to do simple posts and allow people to comment, are there any recommened blog scripts that I could use? I don't mind it being commercial as long as there's no branding on it. The site is being developed in Xhtml, Css, Jquery, Php, mysql.
thanks for any help.
Personally I would use Wordpress, I know it may seem to have over-bloat for your needs, but you never know when your needs change/expand so having a good base system for this is a good place to be.
You can strip out and hide a lot of Wordpress functionality through simple extensions if you wish the UI to be more simple. It's not the worlds #1 blogging software for no reason ;)
A great alternative to wordpress is b2evo. Its free, open source and easy to set up and use.